ci: Bluesky への RSS 自動投稿 workflow を追加#1373
Merged
Merged
Conversation
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Post jser.info and realtime.jser.info feeds to Bluesky (@jser.info) using joschi/blueskyfeedbot, mirroring the existing Mastodon workflow. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
JSer.info の RSS フィードを Bluesky (
@jser.info) に自動投稿する GitHub Actions workflow を追加する。既存の Mastodon workflow と同じ構造でjoschi/blueskyfeedbotを利用し、realtimeとjserの 2 ジョブを 5 分毎に実行する。Changes
.github/workflows/rss-to-bluesky.ymlを新規追加realtimeジョブ: https://realtime.jser.info/feed.xml を Bluesky へ投稿jserジョブ: https://jser.info/rss/ を Bluesky へ投稿joschi/blueskyfeedbot@v1(commit SHA pinning) を使用initial-post-limit: 1で初回キャッシュ未生成時の過去記事一括投稿を防ぐconcurrency: feedbot-blueskyでジョブ重複実行を抑制docs/superpowers/specs/2026-04-25-rss-to-bluesky-design.mdを追加(設計メモ)Breaking Changes
None
Test Plan
JSER_BLUESKY_USERNAME(jser.info) とJSER_BLUESKY_PASSWORD(Bluesky の App Password) を登録rss-to-blueskyをworkflow_dispatchで手動実行し、両ジョブが成功することを確認initial-post-limit: 1により最新 1 件のみ Bluesky (@jser.info) に投稿されることを確認🤖 Generated with Claude Code